clipboard: Try the mimetype first
authorMatthias Clasen <mclasen@redhat.com>
Wed, 3 May 2017 21:08:29 +0000 (17:08 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 3 May 2017 22:50:21 +0000 (18:50 -0400)
commit7625e40e8293aa2bf76bf2b53ce888d80cf644e2
tree671de093ddbcc48c9182c730d71f1800bd145bd1
parent88900814cd4e4beafedbf8f52959d87e965014f5
clipboard: Try the mimetype first

Try text/plain;charset=utf-8 first, before falling back to
X11-isms like UTF8_TEXT. This makes things work on Wayland
compositors that don't carry a heavy X11 legacy around.

https://bugzilla.gnome.org/show_bug.cgi?id=781814
gtk/gtkclipboard.c